How to Install libpythonqt-dev software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install libpythonqt-dev software package in Ubuntu 14.04 LTS (Trusty Tahr)

libpythonqt-dev software package provides Dynamic Python binding for the Qt framework - development, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install libpythonqt-dev 

libpythonqt-dev is installed in your system.

Make ensure the libpythonqt-dev package were installed using the commands given below,

$ sudo dpkg-query -l | grep libpythonqt-dev *

You will get with libpythonqt-dev package name, version, architecture and description in a table

libpythonqt-dev package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Library development
Package libpythonqt-dev
Version 2.1.0~svn247-1
Description Dynamic Python binding for the Qt framework - development
Sub Section libdevel


See Also, How to uninstall or remove libpythonqt-dev software package from Ubuntu 14.04 LTS (Trusty Tahr)?